home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 42 / Amiga Format AFCD42 (Issue 126, Aug 1999).iso / -serious- / graphics / picfx / picfx.readme < prev    next >
Text File  |  1999-05-14  |  2KB  |  70 lines

  1. Short:Great CARDWARE image deformer (MUI) 0.87
  2. Author:Maxime Gamboni (gamboni@fastnet.ch)
  3. Uploader:Maxime Gamboni (gamboni@fastnet.ch)
  4. Type:gfx/edit
  5. Requires:15Bit or better display output on Cgx/p96; OS 3.0; MUI 3.x
  6. Requires:Lamp.mcc and SettingsWindow.mcc; look in dev/mui
  7. Version:0.87 Alpha
  8.  
  9. New E-mail address. Do not write anymore to maxime@intelcom.ch.
  10.  
  11. Note: If you would like to have AGA support, write to me.
  12. (Twelve requests for now :)
  13.  
  14. This is an alpha software. Please read guide.
  15.  
  16. [New since 0.86 alpha:
  17. * Old #? output modes work now
  18. * New interesting functions such as angle()
  19. * EXPRESSION PRE-COMPILATION: Rendering is now between two and three times faster!!
  20. ]
  21.  
  22. This program lets you mix, deform or create picutes using functions.
  23. You can open as many windows as you want, each one can be either an
  24. image or a function.
  25.  
  26. The program calculates your r(x,y) g(x,y) and b(x,y) functions and
  27. writes a pixel of these red/green/blue components. You can refer to
  28. other projects in a formula:
  29. r(2,x,y) = 255-r(1,x,y)
  30. g(2,x,y) = 255-g(1,x,y)
  31. b(2,x,y) = 255-b(1,x,y)
  32. would output a negative version of project number one.
  33.  
  34. r(3,x,y) = (r(1,x,y)+r(2,x,y))/2
  35. g(3,x,y) = (g(1,x,y)+g(2,x,y))/2
  36. b(3,x,y) = (b(1,x,y)+b(2,x,y))/2
  37. would mix projects one and two into project three.
  38.  
  39. r(1,x,y) = x
  40. g(1,x,y) = y
  41. b(1,x,y) = 255-(x+y)/2
  42. would produce a nice spread..
  43.  
  44. This program is completely multi-tasking! Every time a rendering is
  45. started, a new task is created and its priority is a little lower
  46. than the main task, so the main program isn't slowed down when
  47. projects are rendering!
  48.  
  49. Amazingly fast rendering :-))
  50.  
  51. There is a friendly and intuitive user interface using MUI.
  52.  
  53. You have wide control over running projects: you can pause or change
  54. the sub-task priority while it is running directely from the
  55. user-interface. You can also hide windows to avoid cluttering the
  56. screen. Then you won't even remark that the computer is hard working
  57. on those projects :-)
  58.  
  59. Locale support; available languages (the guide is English-only):
  60. - English
  61. - French
  62. [Any translator is welcome!]
  63.  
  64. Although this program is postcardware, it has no restriction. You can
  65. unpack and use it without limitation now!
  66.  
  67. Written in AmigaE, full source-code is included (MUI custom classes
  68. with custom methods and attributes, Exec lists, tasks and ports ...
  69. are used).                        
  70.